home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / initor11.zip / initor.hlp < prev    next >
Text File  |  1996-07-05  |  5KB  |  133 lines

  1. CHANGING INI FILES:
  2. ~~~~~~~~~~~~~~~~~~~
  3. If you want to change to another INI file click on "PROFILES" (alt-p).
  4.  
  5. You can choose:
  6.   - USER INI FILE (os2.ini)
  7.   - SYSTEM INI FILE (os2sys.ini)
  8.   - USER AND SYSTEM FILE (above together)
  9.   - Other INI files (this could be for example AmiPro's INI FILES)
  10.  
  11. If you click on USER or SYSTEM file the user and/or system ini file are opemed
  12. as set in the enviromental variable which must be set in the config.sys file.
  13.  
  14. If you choose "Other .." a file dialog box is opened with the directory shown
  15. where INITOR was started up. If you save the path as shown below "Saving ..."
  16. the next time you open INITOR the file dialog box opens with the same path.
  17.  
  18.  
  19. MOVING AROUND:
  20. ~~~~~~~~~~~~~~
  21. You simply click on an application to go to another application in the
  22. "Application Name" Window using scroll bars as well.
  23. All key names of that application will be displayed in the "Key Name" window.
  24. The data of the first key will be displayed in HEX and ASCII.
  25.  
  26. If you need another key, click on another key and the new data will be 
  27. displayed with offset and the number of bytes in HEX and ASCII.
  28.  
  29.  
  30. EDIT KEYS AND KEY DATA:
  31. ~~~~~~~~~~~~~~~~~~~~~~~
  32. If you need to change data of an  application use "Edit Application" (alt-e).
  33. A Dialog box will appear with the application name in the first row,
  34. the key name in the second row and the key data last.
  35.  
  36. You cannot change the application name, that is set read only but you can
  37. change the key name and the data.
  38.  
  39. The first dialog box is for ASCII strings with values above 32 and below
  40. 127 (ASCII). If key data is shown with values below 32 you can click
  41. on "HEX" button and another dialog box appears to be able to change
  42. binary data.
  43.  
  44.  
  45. HEX DATA EDITING:
  46. ~~~~~~~~~~~~~~~~~
  47. If you clicked on the HEX button in the "ADD-EDIT" dialog box above a
  48. dialog box appears to edit hex (binary) data. Just edit data
  49. as required keeping a space between each BYTE and use 
  50. HEX and BINARY numbers to enter data into the window.
  51.  
  52. You must keep a space between each byte or else your data will not
  53. be accepted. The box will stay until the data is accepted 
  54. or you press CANCEL.
  55.  
  56. You must end the data in the hex window with a "00" and a space. 
  57. The "00" is part of the key data in the ini files and the space
  58. is the programs way to determine a byte separated from another byte.
  59. I dont think this is a major problem although it might seem a little
  60. awkward in the first place.
  61.  
  62.  
  63. DELETING APPLICATIONS AND KEYS:
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  65. If you need to delete a key or application click on "Delete Items" (alt-i).
  66.  
  67. "Delete Application" will delete the applcation pointed at with all keys 
  68. belonging to THAT application and the data belonging to the keys.
  69. An application example:  "AMIUSER" in the provided test.ini!
  70.  
  71. "Delete Selected Key" will only destroy the key and the data.
  72. A key example of above application:  "BackUpPath"
  73. Data for the above key:              "d:\tmp"
  74.  
  75. You are asked for confirmation to delete the key/application.
  76.  
  77.  
  78. ADDING APPLICATIONS AND KEYS:
  79. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  80. If you need to add a new application or add a key to an existing 
  81. application choose "Add Items" (alt-i).
  82.  
  83. "Add new application" adds a new application to the ini file. An 
  84. application is for example "AmiPro". If you add a new application 
  85. it will be sorted alphabetically (not in the ini file).
  86.  
  87. "Add new key" adds a new KEY to the current application pointed at.
  88. A new key would be for example "INIPATH" (data in my case: d:\os2).
  89.  
  90.  
  91. SAVING DATA AND SCREEN LOCATION:
  92. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. If you want to save the data you have changed, added or deleted, want to save 
  94. your screen location and save your last path click on "SAVE" (alt-s).
  95.  
  96. You can save changes to the data by selecting "Changes".
  97. You can save the window location (quite handy) by selecting "Screen Location".
  98. You can save the last path by selecting "PATH"
  99.  
  100. I DOES NOT WRITE ANYTHING TO YOUR INI FILES BEFORE YOU TELL IT TO DO SO.
  101. (and if you want to delete it, well, you've got the toold now...)
  102.  
  103.  
  104. NOTE:
  105. ~~~~~
  106. Note that this editor was written with speed in mind. I am looking 
  107. after a few systems (LanServer 4.0 etc) and needed a quick ini editor 
  108. to change a few settings to make a few applications "behave" a little better. 
  109. I got frustrated with LOTUS ini editor because it doesn't remember the last path,
  110. screen location and comes up with this box at startup telling you its dangerous
  111. to change something in you ini files.
  112.  
  113. So I wrote this one and use it (and a few friends too) nearly every day.
  114.  
  115. An I left out a few things to make this program faster to work with
  116. and not have to press too many buttons.
  117.  
  118.  
  119. TEST INI FILE:
  120. ~~~~~~~~~~~~~~
  121. I have included a test ini file which you can load an try out a few things 
  122. before you want to change the "real" ones. It has a number of applications,
  123. keys and key data in it. The file is taken from my LOTUS AmiPro.
  124.  
  125. It is the "AMIUSER3.INI" files which contains all the setttings of a user.
  126.  
  127. The first APPLICATION is the "AMIUSER" in that file.
  128. A KEY is for example the "BACKUPPATH" and the KEYDATA is "H:\AMIPRO\TMP"
  129. (AmiPro's direcotry on my machine is on "H").
  130.  
  131. Try a few things here and you get the idea.
  132.  
  133.